home *** CD-ROM | disk | FTP | other *** search
- Path: newsstand.cit.cornell.edu!usenet
- From: "A. Sinan Unur" <asu1@cornell.edu>
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: [Q] Any utility to attack misuse of comment /* */
- Date: 17 Apr 1996 18:42:27 GMT
- Organization: Cornell University
- Sender: asu1@cornell.edu (Verified)
- Message-ID: <4l3e2j$8es@newsstand.cit.cornell.edu>
- References: <4l32et$bhm@sun.rhbnc.ac.uk>
- NNTP-Posting-Host: 128
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- why not write it yourself if checking for matching /* ... */ pairs is all you want.
- i guess if you are using unix, you should go with lint which is much more
- comprehensive than that. however, i still think it would be a good exercise to write
- the program if you are just learning C.
-
- sinan.
-
-